Dew Stats for .NET
|
CUMSum chart.
Parameters |
Description |
[In] TMtx Data |
Each Data row contains replicated observation taken at specific time. |
[In] TVec DrawVec |
Returns values to be drawn. |
double k |
Design parameter of the V-mask. k is the rise in the V-arm corresponding to one sampling unit. |
double h |
Design parameter of the V-mask. h defines the rise in the arm coresponding to the distance from the origin to point vertex. |
double mean |
Defines the estimate of the in-control mean. |
double sigma |
Defines known (or estimated) standard deviation of the sample means. |
[In] TVec SHigh |
If set, returns high values for cumsum plot. When SHigh exceeds value h, the process is said to be out-of-control. Compare SHigh values to h to find if a process is out-of-control. |
[In] TVec SLow |
If set, returns low values for cumsum plot. When SLow exceeds value h, the process is said to be out-of-control. Compare SLow values to h to find if a process is out-of-control. |
double Confidence |
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
Calculates CumSum Chart drawing values and additonal values, needed for deciding if some samples are out-of-control. See www.itl.nist.gov/div898/handbook/pmc/section3/pmc323.htmto learn more about Cumsum QC charts.
Perform CumSum QC to determine if process is out-of-control.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|